home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / debtfree.zip / DFINSTAL.BAT < prev    next >
DOS Batch File  |  1991-12-04  |  923b  |  40 lines

  1. ECHO OFF
  2. CLS
  3. ECHO              **** DEBT-FREE Program Installation ****
  4. ECHO.
  5. ECHO.
  6. ECHO    This will automatically create a directory called DEBTFREE on
  7. ECHO    your %1 drive.
  8. ECHO.
  9. ECHO    The correct files will then be copied to that directory.
  10. ECHO.
  11. ECHO    If you wish to use a drive other than the %1 drive, hold down the
  12. ECHO    CTRL key and push the break key.  Then restart this installation utility
  13. ECHO    by typing DFINSTAL, a space, and the letter for the drive you wish to use
  14. ECHO    followed by a colon.  For example, to install on your C drive type:
  15. ECHO.
  16. ECHO              DFINSTAL C:
  17. ECHO.
  18. ECHO.
  19. ECHO Ready to install on the %1 drive.
  20. PAUSE
  21. CLS
  22. CD %1\
  23. COPY DF.BAT %1
  24. MD %1DEBTFREE
  25. CD %1DEBTFREE
  26. COPY *.* %1
  27. DEL %1DFINSTAL.BAT
  28. CD %1\DEBTFREE
  29. HDIR/W
  30. ECHO *
  31. ECHO *
  32. ECHO *
  33. ECHO *
  34. ECHO    Installation complete.
  35. ECHO *
  36. ECHO    Type DF to run DEBT-FREE.
  37. ECHO *
  38. ECHO *
  39. %1
  40.